public PDFPageContent[] extractPageContent( int fromPage, int toPage, boolean includeAnnotations, boolean includeFormFields ) |
Parameters
- fromPage
- Start page to extract the content from.
- toPage
- End page to extract the content from.
- includeAnnotations
- True if annotations should be flattened and included in page content
- includeFormFields
- True if form fields should be flattened and included in page content
Return Value
Array of page contents in vector format.